home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Opening.dir / 00115.ls < prev    next >
Encoding:
Text File  |  1999-09-21  |  357 b   |  15 lines

  1. on exitFrame
  2.   global gsoundflip, gsoundstate
  3.   if gsoundflip = 1 then
  4.     if gsoundstate = 1 then
  5.       set the castNum of sprite 10 to the number of member "resetAct1"
  6.       updateStage()
  7.       gsoundstate = 0
  8.     else
  9.       set the castNum of sprite 10 to the number of member "resetAct"
  10.       updateStage()
  11.       gsoundstate = 1
  12.     end if
  13.   end if
  14. end
  15.